home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 6 / Windows 6-Pak (InfoMagic) (Disc 6) (1999).ISO / Explorer-Addons / pplus165.exe / PPSHLEXT.INF < prev    next >
INI File  |  1998-05-15  |  1KB  |  50 lines

  1. ; PropertiesPlus Install by kish
  2.  
  3. [version]
  4. signature="$CHICAGO$"
  5. SetupClass=BASE
  6.  
  7. [DefaultInstall]
  8. DelFiles=ThisDll.sys.delete
  9. CopyFiles=ThisDll.sys.install
  10. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  11.  
  12. [ThisDll.Add.Reg]
  13. HKCR,CLSID\%GUID%,,,"%NAME%"
  14. HKCR,CLSID\%GUID%\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  15. HKCR,CLSID\%GUID%\InProcServer32,ThreadingModel,,"Apartment"
  16. HKCR,*\ShellEx\ContextMenuHandlers\%NAME%,,,%GUID%
  17. HKCR,folder\ShellEx\ContextMenuHandlers\%NAME%,,,%GUID%
  18.  
  19. [ThisDll.Uninst.Reg]
  20. HKLM,%UIF%,DisplayName,,"%Uninst_DESC%"
  21. HKLM,%UIF%,UninstallString,,"%11%\%SubDir%\ppsetup.exe /uninstall"
  22.  
  23. [ThisDll.sys.install]
  24. ppsetup.exe
  25. ppshlext.exe
  26. ppshlext.dll
  27. ppshlext.txt
  28.  
  29. [ThisDll.sys.delete]
  30. ppshlxun.exe
  31.  
  32. [DestinationDirs]
  33. ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
  34. ThisDll.sys.delete =11,%SubDir% ; to System\%SubDir%
  35.  
  36. [SourceDisksNames]
  37. 55="PropertiesPlus","",1
  38.  
  39. [SourceDisksFiles]
  40. %ThisDll%=55
  41.  
  42. [Strings]
  43. SubDir = "ShellExt"
  44. NAME="PropertiesPlus"
  45. ThisDll = "ppshlext.dll"
  46. UIF="Software\Microsoft\Windows\CurrentVersion\Uninstall\PropertiesPlus"
  47. GUID="{0b95b7e0-c8b9-11cf-8f59-444553540000}"
  48. Uninst_DESC = "PropertiesPlus (Remove Only)"
  49.  
  50.